projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a92ee2
)
Document gdk_device_tool_get_axes
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 29 Jul 2020 01:58:06 +0000
(21:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 29 Jul 2020 01:58:06 +0000
(21:58 -0400)
gdk/gdkdevicetool.c
patch
|
blob
|
history
diff --git
a/gdk/gdkdevicetool.c
b/gdk/gdkdevicetool.c
index efd3a6c6a7aa3a29a607d3a913c07e13da416259..0cfcf800bf99b096285d92d5e907972d09844414 100644
(file)
--- a/
gdk/gdkdevicetool.c
+++ b/
gdk/gdkdevicetool.c
@@
-210,6
+210,14
@@
gdk_device_tool_get_tool_type (GdkDeviceTool *tool)
return tool->type;
}
+/**
+ * gdk_device_tool_get_axes:
+ * @tool: a #GdkDeviceTool
+ *
+ * Gets the axes of the tool.
+ *
+ * Returns: the axes of @tool
+ */
GdkAxisFlags
gdk_device_tool_get_axes (GdkDeviceTool *tool)
{